The Source Control Integration API > The source control integration API optional functions > SCS_GetDesignNotes() |
![]() ![]() ![]() |
Description
Retrieves key-value pairs from the meta information for the specified file or folder. If unsupported by the source control system, Dreamweaver retrieves the information from the corresponding Design Note (.mno) file.
Arguments
connectionData
, remotePath
, keyList
, valueList
, showColumnList
, noteCount
, noteLength
![]() |
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
![]() |
remotePath is the fully qualified remote file or folder path that the DLL checks for the number of items. |
![]() |
keyList is a list of Design Note keys, such as "Status" . |
![]() |
valueList is a list of Design Note values corresponding to the Design Note keys, such as "Awaiting Signoff" . |
![]() |
showColumnList is a list of Boolean values corresponding to the Design Note keys, which indicate whether Dreamweaver can display the key as a column in the Site window. |
![]() |
noteCount is the number of Design Notes attached to this file or folder; this value is returned by the GetNoteCount() call. |
![]() |
noteLength is the maximum length of a Design Note; this is the value returned by the GetMaxNoteLength() call. |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |